home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus Special 25 / AMIGAplus Sonderheft 25 (2000)(Falke)(DE)(Track 1 of 4)[!].iso / PublicDomain / Spiele / Ambassador / REXX / p_open.rexx
OS/2 REXX Batch file  |  2000-04-06  |  143b  |  6 lines

  1. /* Opens a temporary file to current Primiview session */
  2.  
  3. address 'RX_Primiview'    /* address FIRST copy of Primiview */
  4. Open "t:.sgfgame"
  5. exit
  6.